home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / patchlib539.lha / patchlib / PatchLib.readme < prev   
Text File  |  1996-12-08  |  2KB  |  65 lines

  1. Short:        High-level replacement for Setfunction V5.39
  2. Type:         util/libs
  3. Uploader:     snfuchs@sokrates.franken.de
  4. Author:       snfuchs@sokrates.franken.de
  5. Version:      5.39
  6. Replaces:     util/libs/PatchLibV4FIX.lha
  7.               util/libs/PatchLibV3.lha
  8.               util/libs/PatchLibV4.lha
  9.  
  10.  
  11. This is the fifth release of the patch.library (V5.39) programmer's pack.
  12. Its main features are:
  13.  
  14. - Remove your patches ANY TIME even if another program has installed a patch
  15.   afterwards
  16. - Limit the tasks using the patch by taskname, taskid or a pattern of tasknames
  17. - no problems patching pre-V36 dos.library
  18. - automatically flushes caches, when required
  19. - priority system lets you decide, which patch to run first
  20. - enable or disable patches
  21. - Remove many patches with one function call (project management)
  22. - automatically extend stacks, if required
  23. - Patches can be completly written in C or any other 3rd generation language
  24. - ...
  25.  
  26. Support programs offer even more features!
  27.  
  28. To sum it up:
  29.     It's easy to use, expandable and safe.
  30.  
  31.  
  32. Major changes since the last Beta (V5.29)
  33. - GetPatch():
  34.     - PATT_Priority returns the correct value
  35.     - PATT_TaskList now also returns Taskpatterns
  36. - SetPatch():
  37.     - PATT_AddTaskPattern rejects already active patterns
  38. - internal replacement for the dos.library/Delay() function now works
  39. - bugs with extended result system fixed
  40. - pragma file now also supports StormC, MaxonC, SAS/C, Dice, Aztec, ...
  41. - some minor bugs fixed
  42.  
  43.  
  44. News since the V4 release:
  45. - Notification system
  46. - Automatic stack extension system
  47. - Include/exclude tasks via pattern
  48. - Change priority of active patches
  49. - PATT_LibName now accepts full paths
  50. - New version of PatchList included
  51. - Support for 3rd generation programming languages
  52. - Many bugs fixed
  53. - ....
  54.  
  55.  
  56.  
  57.  
  58. Also within this archive:
  59. - ShowNeededFiles patches dos.library to print messages whenever Open(),
  60.   LoadSeg() or Lock() is called. Assembler source is included.
  61. - CPUClr patches graphics.library/BltClear() to use the CPU instead of the Blitter
  62.   (saves some time on a faster Amiga). Assembler source is included.
  63. - PatchList displays informations about patches of library functions
  64.     installed with patch.library.
  65.